home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / Quad_Misc.man < prev    next >
Encoding:
Text File  |  1991-06-25  |  1.3 KB  |  69 lines

  1.  
  2.  
  3.  
  4. Quad                  C Library Procedures                   Quad
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      Quad_PutUns, Quad_UnsToDouble -  Formatting  and  conversion
  12.      for 64-bit integers
  13.  
  14. SSYYNNOOPPSSIISS
  15.      ##iinncclluuddee <<qquuaadd..hh>>
  16.  
  17.      void
  18.      QQuuaadd__PPuuttUUnnss(_s_t_r_e_a_m, _u_Q_u_a_d)
  19.  
  20.      double
  21.      QQuuaadd__UUnnssTTooDDoouubbllee(_u_Q_u_a_d)
  22.  
  23. AARRGGUUMMEENNTTSS
  24.      FILE     *_s_t_r_e_a_m (in)      I/O stream to write to.
  25.  
  26.      u_quad   _u_Q_u_a_d   (in)      Unsigned   64-bit   integer    to
  27.                                 operate on.
  28.  
  29. _________________________________________________________________
  30.  
  31.  
  32. DDEESSCCRRIIPPTTIIOONN
  33.      QQuuaadd__PPuuttUUnnss formats an unsigned quad value and writes it  to
  34.      the  given  _s_t_r_e_a_m.   If  the  value is larger than a single
  35.      integer,  it  is  written  as  a  floating   point   number.
  36.      QQuuaadd__UUnnssTTooDDoouubbllee converts an unsigned quad to a C double.
  37.  
  38.  
  39. KKEEYYWWOORRDDSS
  40.      quad, I/O, conversion
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0         Printed:  June 24, 1991                    1
  66.  
  67.  
  68.  
  69.